home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 205 / dotg / mwc.g < prev    next >
Encoding:
Text File  |  1988-09-09  |  566 b   |  17 lines

  1. #set up for mark williams C
  2. set env_style mw
  3. set path c:\mwc\bin,c:\bin,f:
  4. setenv SUFF .prg,.tos,.ttp
  5. setenv LIBPATH f:,c:\mwc\lib,c:\mwc\bin
  6. setenv TMPDIR f:\
  7. setenv INCDIR c:\mwc\include\
  8. setenv TIMEZONE CST:0:CDT
  9.  
  10. alias cc 'f:\cc.ttp -V -DMWC -c -Ie:\gulam -Ie:\ue'
  11. alias cg 'f:\cc.ttp -V -DMWC -c -Ie:\gulam e:\gulam\$1.c'
  12. alias cu 'f:\cc.ttp -V -DMWC -c -Ie:\ue e:\ue\$1.c'
  13. alias li 'f:\cc.ttp -V *.o -lgu -lue -o a.prg'
  14. alias ldlib 'cp c:\mwc\lib\libc.a e:\ue\libue.a e:\gulam\libgu.a f:\ '
  15. alias ug 'ue e:\gulam\$1.c'
  16. alias uu 'ue e:\ue\$1.c'
  17.